archbox/archboxcommand.bash

5 lines
90 B
Bash
Raw Normal View History

2020-10-27 06:12:14 +00:00
#!/bin/bash
source /etc/archbox.conf
echo executing $@
chroot $CHROOT /bin/su -c $@ $USER