add some headers to old files
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
fecbe89783
commit
b8fba1aabe
6 changed files with 46 additions and 16 deletions
30
0toX
30
0toX
|
@ -1,10 +1,26 @@
|
|||
#!/bin/bash
|
||||
# @Descripton:
|
||||
# Move blender output files to your
|
||||
# extension
|
||||
# @Author: Nico Schottelius <nico@schottelius.(org|net)>
|
||||
# @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 <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Date: 1999-04-02
|
||||
#
|
||||
# Move blender output files to your extension
|
||||
#
|
||||
|
||||
if [ -z $1 ]
|
||||
then echo "Please choose extension"
|
||||
|
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Date: 2003-08-22
|
||||
#
|
||||
# Nico Schottelius <nico@schottelius.(net|org)>
|
||||
# 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
|
||||
|
|
|
@ -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())
|
||||
{
|
|
@ -1,3 +0,0 @@
|
|||
command="Command: "
|
||||
read -p "$command" command
|
||||
$command &
|
Loading…
Reference in a new issue