python/f
This commit is contained in:
parent
9e677f201a
commit
2ff0416d46
1 changed files with 24 additions and 17 deletions
41
sync.sh
41
sync.sh
|
@ -19,9 +19,9 @@ rsync --verbose --progress \
|
|||
> /dev/null
|
||||
}
|
||||
|
||||
### FastCGI + PHP
|
||||
echo
|
||||
|
||||
## .
|
||||
echo 'FastCGI & PHP / .'
|
||||
|
||||
# .cgi .lua .pl .py .sh /cgi-bin .php
|
||||
rs 22 'marc' 'envs.net' 'public_html'
|
||||
|
@ -33,14 +33,21 @@ rs 22 'mspe' 'tilde.team' 'public_html'
|
|||
rs 22 'marc' 'tilde.institute' 'public_html'
|
||||
rs 22 'mspe' 'tilde.institute' 'public_html'
|
||||
|
||||
## ~
|
||||
echo 'FastCGI & PHP / ~'
|
||||
|
||||
# .cgi .lua .pl .py .sh /cgi-bin .php
|
||||
rs 22 'marcbeninca' 'tilde.club' 'public_html'
|
||||
rs 22 'mspe' 'tilde.club' 'public_html'
|
||||
|
||||
### PHP → CGI
|
||||
echo
|
||||
|
||||
## ~
|
||||
echo 'PHP → CGI / .'
|
||||
|
||||
# Python 3.5
|
||||
rs 9022 'marc' 'remotes.club' 'web'
|
||||
rs 9022 'mspe' 'remotes.club' 'web'
|
||||
|
||||
echo 'PHP → CGI / ~'
|
||||
|
||||
rs 22 'marc' 'thunix.net' 'public_html'
|
||||
rs 22 'mspe' 'thunix.net' 'public_html'
|
||||
|
@ -53,25 +60,25 @@ rs 22 'mspe' 'yourtilde.com' 'public_html'
|
|||
rs 22 'marc' 'aussies.space' 'public_html'
|
||||
rs 22 'mspe' 'aussies.space' 'public_html'
|
||||
|
||||
### PHP
|
||||
echo 'PHP → CGI / http'
|
||||
|
||||
# Python 3.4
|
||||
rs 22 'mspe' 'ctrl-c.club' 'public_html'
|
||||
|
||||
echo
|
||||
|
||||
echo 'PHP / .'
|
||||
|
||||
rs 22 'marc' 'radiofreqs.space' 'public_html'
|
||||
rs 22 'mspe' 'radiofreqs.space' 'public_html'
|
||||
|
||||
rs 9022 'marc' 'remotes.club' 'web'
|
||||
rs 9022 'mspe' 'remotes.club' 'web'
|
||||
echo
|
||||
|
||||
## http
|
||||
|
||||
rs 22 'mspe' 'ctrl-c.club' 'public_html'
|
||||
|
||||
### ø
|
||||
|
||||
## .
|
||||
echo 'ø / .'
|
||||
|
||||
rs 22 'mspe' 'fr.tild3.org' 'public_html'
|
||||
|
||||
## ~
|
||||
echo 'ø / ~'
|
||||
|
||||
rs 22 'mspe' 'theasylum.team' 'public_html'
|
||||
|
||||
|
@ -87,6 +94,6 @@ rs 22 'mspe' 'tilde.pw' 'public_html'
|
|||
|
||||
rs 22 'mspe' 'squiggle.city' 'public_html'
|
||||
|
||||
## http
|
||||
echo 'ø / http'
|
||||
|
||||
rs 22 'mspe' 'rw.rs' 'public_html'
|
||||
|
|
Loading…
Reference in a new issue