We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60474d commit 116979dCopy full SHA for 116979d
scripts/aliases.sh
@@ -0,0 +1,5 @@
1
+#! /bin/bash
2
+# Useful bash alises
3
+
4
+# Create a tar.gz archive of the public_html folder
5
+alias backup="tar cvpzf backup`date +%d%b%y`.tgz /home/webpigeon/public_html"
0 commit comments