log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
maze-src
annotate start.sh @ 0:
1eef88068f9f
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
initial commit of maze game source
author
ferencd
date
Sun, 15 Sep 2019 11:46:47 +0200
parents
children
rev
line source
ferencd@0
1
#!/bin/bash
ferencd@0
2
ferencd@0
3
/usr/bin/ruby -I /home/ferencd/mazy/ /home/ferencd/mazy/server.rb &
ferencd@0
4
echo $! > /home/ferencd/mazy/dungeons.pid
ferencd@0
5