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
|
#!/bin/sh
|
||||||
# @Descripton:
|
#
|
||||||
# Move blender output files to your
|
# 1999-2010 Nico Schottelius (nico-nsbin at schottelius.org)
|
||||||
# extension
|
#
|
||||||
# @Author: Nico Schottelius <nico@schottelius.(org|net)>
|
# This file is part of nsbin.
|
||||||
# @Date: April 2., 1999
|
#
|
||||||
# @Copying: See GNU GENERAL PUBLIC LICENSE ; Version 2, June 1991
|
# 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 ]
|
if [ -z $1 ]
|
||||||
then echo "Please choose extension"
|
then echo "Please choose extension"
|
||||||
|
|
|
@ -1,12 +1,29 @@
|
||||||
#!/bin/sh
|
#!/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
|
# 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
|
PROCMAILRC=~/.procmailrc
|
||||||
MUTT_MAILBOXES=~/.mutt/mailboxes
|
MUTT_MAILBOXES=~/.mutt/mailboxes
|
||||||
MUTT_HEADERS=~/.mutt/hooks
|
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',
|
$response = $ua->post('https://www.swisscom-mobile.ch/youth/sms_senden-de.aspx?login',
|
||||||
{
|
{
|
||||||
isiwebuserid => '0798326861',
|
isiwebuserid => 'your-phone-number-here',
|
||||||
isiwebpasswd => 'keins2342'
|
isiwebpasswd => 'your-web-password-here'
|
||||||
});
|
});
|
||||||
unless ($response->is_success() || $response->is_redirect())
|
unless ($response->is_success() || $response->is_redirect())
|
||||||
{
|
{
|
|
@ -1,3 +0,0 @@
|
||||||
command="Command: "
|
|
||||||
read -p "$command" command
|
|
||||||
$command &
|
|
Loading…
Reference in a new issue