File: extern

package info (click to toggle)
wmii2 2.5.2-11
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 608 kB
  • ctags: 925
  • sloc: ansic: 9,195; makefile: 184; sh: 11
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 $*