move scripts to a separate dir

This commit is contained in:
2018-11-18 18:02:32 +03:30
parent 33bcd17dd9
commit c895106c03
6 changed files with 0 additions and 0 deletions

4
scripts/enable-ntpd Normal file
View File

@ -0,0 +1,4 @@
(
sysrc ntpd_enable=YES
service ntpd start
) && echo "enabled and started ntpd service"