poikilos
9 years ago
committed by
Jacob Gustafson
9 changed files with 23 additions and 6 deletions
@ -1,3 +1,5 @@ |
|||||
C:\Python27\python.exe chunkymap-regen.py --skip-map=true |
C:\Python27\python.exe chunkymap-regen.py --skip-map=true |
||||
REM C:\Python27\python.exe chunkymap-regen.py --skip-players=true --skip-map=true |
REM C:\Python27\python.exe chunkymap-regen.py --skip-players=true --skip-map=true |
||||
pause |
pause |
||||
|
|
||||
|
|
||||
|
@ -1,3 +1,4 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
# NOTE: only works since all scripts in /etc/cron.*/ or crontab run as root |
# NOTE: only works since all scripts in /etc/cron.*/ or crontab run as root |
||||
python /home/owner/minetest/util/chunkymap-regen.py --skip-map=true |
python /home/owner/minetest/util/chunkymap-regen.py --skip-map=true |
||||
|
|
||||
|
@ -1,3 +1,5 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
# NOTE: only works since all scripts in /etc/cron.*/ or crontab run as root |
# NOTE: only works since all scripts in /etc/cron.*/ or crontab run as root |
||||
python /home/owner/minetest/util/chunkymap-regen.py |
python /home/owner/minetest/util/chunkymap-regen.py |
||||
|
|
||||
|
|
||||
|
Loading…
Reference in new issue