diff --git a/0toX b/0toX index 48f0400..87dde6d 100755 --- a/0toX +++ b/0toX @@ -1,10 +1,26 @@ -#!/bin/bash -# @Descripton: -# Move blender output files to your -# extension -# @Author: Nico Schottelius -# @Date: April 2., 1999 -# @Copying: See GNU GENERAL PUBLIC LICENSE ; Version 2, June 1991 +#!/bin/sh +# +# 1999-2010 Nico Schottelius (nico-nsbin at schottelius.org) +# +# This file is part of nsbin. +# +# nsbin is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# nsbin is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with nsbin. If not, see . +# +# Date: 1999-04-02 +# +# Move blender output files to your extension +# if [ -z $1 ] then echo "Please choose extension" diff --git a/add-mutt+procmail-autosort b/add-mutt+procmail-autosort index 399394d..ec7a12d 100755 --- a/add-mutt+procmail-autosort +++ b/add-mutt+procmail-autosort @@ -1,12 +1,29 @@ #!/bin/sh +# +# 2003-2010 Nico Schottelius (nico-nsbin at schottelius.org) +# +# This file is part of nsbin. +# +# nsbin is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# nsbin is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with nsbin. If not, see . +# +# Date: 2003-08-22 # -# Nico Schottelius -# Date: 22-Aug-2003 -# Last Modified: 2004-08-22 # Add mutt hooks and procmail entries at the same time -# Please use a 'DEFAULT' entry in procmailrc to make it work +# Use a 'DEFAULT' entry in procmailrc to make it work. # + PROCMAILRC=~/.procmailrc MUTT_MAILBOXES=~/.mutt/mailboxes MUTT_HEADERS=~/.mutt/hooks diff --git a/run_prog b/old/run_prog similarity index 100% rename from run_prog rename to old/run_prog diff --git a/send_sms_swisscom.pl b/old/send_sms_swisscom.pl similarity index 97% rename from send_sms_swisscom.pl rename to old/send_sms_swisscom.pl index 33852f1..acd8017 100755 --- a/send_sms_swisscom.pl +++ b/old/send_sms_swisscom.pl @@ -45,8 +45,8 @@ $ua->cookie_jar({}); $response = $ua->post('https://www.swisscom-mobile.ch/youth/sms_senden-de.aspx?login', { - isiwebuserid => '0798326861', - isiwebpasswd => 'keins2342' + isiwebuserid => 'your-phone-number-here', + isiwebpasswd => 'your-web-password-here' }); unless ($response->is_success() || $response->is_redirect()) { diff --git a/update-git+cogito.sh b/old/update-git+cogito.sh similarity index 100% rename from update-git+cogito.sh rename to old/update-git+cogito.sh diff --git a/run_prog-sh b/run_prog-sh deleted file mode 100755 index 7458611..0000000 --- a/run_prog-sh +++ /dev/null @@ -1,3 +0,0 @@ -command="Command: " -read -p "$command" command -$command &