log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
maze-src
comparison 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
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:1eef88068f9f
1
#!/bin/bash
2
3
/usr/bin/ruby -I /home/ferencd/mazy/ /home/ferencd/mazy/server.rb &
4
echo $! > /home/ferencd/mazy/dungeons.pid
5