-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.sh
More file actions
executable file
·28 lines (25 loc) · 926 Bytes
/
deploy.sh
File metadata and controls
executable file
·28 lines (25 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh -
#===============================================================================
#
# FILE: deploy.sh
#
# USAGE: ./deploy.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: Raziel Carvajal-Gomez (), raziel.carvajal@uclouvain.be
# ORGANIZATION:
# CREATED: 06/21/2018 17:02
# REVISION: ---
#===============================================================================
set -o nounset # Treat unset variables as an error
# LUA_PATH=$(lua -e 'print(package.path)')
# LUA_PATH="${LUA_PATH};/usr/splay/lib/lua/?.lua"
# LUA_CPATH=$(lua -e 'print(package.cpath)')
# LUA_CPATH="${LUA_CPATH};/usr/splay/lib/c/?.so"
# LUA_PATH=${LUA_PATH} LUA_CPATH=${LUA_CPATH} lua splayd.lua ${HOSTNAME} splay_controller 11000 11000 12000
lua5.3 splayd.lua ${HOSTNAME} splay_controller 11000 11000 12000