Hearthforge
Sign in
Register
bundle_deps
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
← Back to log
@ d23598a
Update bundle_deps.sh
Author
Konata <konata@posteo.jp>
Date
2018-07-17 15:52:04 UTC
Commit
d23598a2b3123f115070372c0e4fd937d78226e9
Parent
7f6454d
1 file changed, 2 deletions(-)
▾
M
bundle_deps.sh
-2
@ d23598a
@ master
@@ -6,8 +6,6 @@ else
6
6
BINARY
=
$(
realpath
$1
)
7
7
DESTINATION
=
$(
realpath
$2
)
8
8
SCRIPTFILENAME
=
"
$DESTINATION
/start_$(
basename
$BINARY
).sh"
9
-
SCRIPTFILE
=
"#!/bin/bash\n
10
-
LD_LIBRARY_PATH=./libs ./$(
basename
$BINARY
)"
11
9
12
10
read
-r
-d
''
SCRIPTFILE
<<
EOM
13
11
#!/bin/bash