Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul
This commit is contained in:
6
UserScripts/diff-args
Executable file
6
UserScripts/diff-args
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" != "$2" ]; then
|
||||
echo "These are different.";
|
||||
else
|
||||
echo "These are the same.";
|
||||
fi
|
Reference in New Issue
Block a user