Starting basics of ramdisky things

This commit is contained in:
2020-10-09 12:05:46 -05:00
parent ab8673aeaa
commit e7bbec3dce

19
rdify Normal file
View File

@ -0,0 +1,19 @@
#!/bin/bash
# Script to ramdiskify things
Init()
{
if [[ -L $1 ]] && [[ -e $1 ]]; then
#statements
fi
}
Sync()
{
}
# TODO Optargs block