Removed datedirgen script

This commit is contained in:
osp1 2020-02-18 17:52:19 +00:00
parent ef0d5f94db
commit 49b460f2c6
2 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
job:
script:
- bash .scripts/datedirgen

View file

@ -1,4 +0,0 @@
#!/bin/sh
# By Oscar Pocock
# Simple script to create a folder named after the date.
mkdir $(date +%Y-%m-%d)