summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
Diffstat (limited to 'nix-script')
-rwxr-xr-xnix-script10
1 files changed, 0 insertions, 10 deletions
diff --git a/nix-script b/nix-script
index 112fdb0..0a9ed80 100755
--- a/nix-script
+++ b/nix-script
@@ -1,15 +1,5 @@
#!/usr/bin/env bash
-#
-# To be written
-#
-# Wrapper script for calling other scripts like so:
-#
-# nix-script diff-generations 1 2
-#
-# So the "diff-generations" script looks like a command for "nix-script"
-#
-
usage() {
cat <<EOS >&2
$(basename $0) [options] <command> <commandoptions>