File: extern

package info (click to toggle)
wmii2 2.5.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 592 kB
  • ctags: 927
  • sloc: ansic: 9,195; makefile: 228; sh: 136
file content (15 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!9PREFIX/bin/rc
# clean the environment and execute the given command

PATH=$OLD_PATH
OLD_PATH=()
wmiiwmpid=()
apid=()
home=()
ifs=()
pid=()
prompt=()
rcname=()
status=()

exec $*