summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-10 18:39:33 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-07-10 18:39:33 +0200
commit451e27c832c0877aa7fa0a4fd354012c0357f9ba (patch)
tree11e47f589849e3a4defafa4661f768b9a6c911af /nix-script
parent152cafec0ebe3d23c35e112055d1d376fc4cebf5 (diff)
Remove old comment
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>