This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wifi-sd/.wifisd/init.sh
2014-08-12 00:27:35 +02:00

8 lines
122 B
Bash

#!/bin/sh
#telnetd -l /bin/bash &
for SCRIPT in /mnt/sd/.wifisd/init.d/*.sh; do
chmod a+x $SCRIPT
. $SCRIPT
done