add libreplanet slides
[iankelling.org] / get-comments
index 54ea99a6a28e504ecb27e8b6bfc94316e96bd5be..541ce3cf9771dd717d514f1fe205175f501e6e94 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 # Copyright (C) 2016 Ian Kelling
 
 # This program is free software: you can redistribute it and/or modify
@@ -24,7 +24,7 @@ shell="ssh $(chost iankelling.org)"
 while [[ $1 ]]; do
     case $1 in
         -a) all=true; shift ;;
-        -l) shell= ; shift ;; # -l  for local
+        -l) shell= ; shift ;; # -l  for local site instead of iankelling.org
     esac
 done