I hereby claim:
- I am tentious on github.
- I am tentious (https://keybase.io/tentious) on keybase.
- I have a public key ASDb1161izrLx3yVU6jBAhdMOZhN7-Ts5o5XN5uSHM2wAgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Create deletion script | |
if [ ! -d /data/cleardata ] | |
then | |
echo "Creating /data/cleardata folder" | |
mkdir /data/cleardata | |
else | |
echo "/data/cleardata folder already exists..." | |
fi |