Change all scripts to use the BASH interpreter, as some SH versions do not
handle a lot of things correctly.
This commit is contained in:
parent
e3a2efdb43
commit
33ca0e1422
11 changed files with 30 additions and 16 deletions
2
newday
2
newday
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# This script is intended to be run via cron.
|
||||
|
||||
# It creates a folder structure in home for the current date in the following format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue