mirror of
https://github.com/psenough/pouet.net.git
synced 2025-03-15 03:19:42 +01:00
First push
This commit is contained in:
commit
73973310b1
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Pouët.net
|
||||
|
||||
Let's try to have a working dev env back
|
||||
|
||||
Would be awesome to be able to accept collaborative pull requests too !
|
12
bin/sync
Executable file
12
bin/sync
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
function usage()
|
||||
{
|
||||
echo "Usage: $0 <push|pull> <test|live>"
|
||||
echo " - $0 push test : Push local version to test.pouet.net"
|
||||
echo " - $0 push live : Push local version to pouet.net"
|
||||
echo " - $0 pull test : Pull test.pouet.net locally"
|
||||
echo " - $0 pull live : Pull pouet.net locally"
|
||||
}
|
||||
|
||||
usage
|
Loading…
x
Reference in New Issue
Block a user