5 lines
38 B
Plaintext
5 lines
38 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
wm_bin="$1"
|
||
|
exec ${wm_bin}
|