5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source /etc/archbox.conf
|
||
|
echo executing $@
|
||
|
chroot $CHROOT /bin/su -c $@ $USER
|