File: mani-wrapper.sh

package info (click to toggle)
flashrom 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,268 kB
  • sloc: ansic: 67,220; sh: 1,118; python: 104; makefile: 97
file content (9 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd /home/mani/flashrom/

if [ $# -eq 0 ]; then
	exec "${DEVSHELL}"
else
	exec "${DEVSHELL}" -c "$*"
fi