mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-06 04:02:57 +00:00
5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
BIN_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
BUILD_DIR=$1
|
|
|
|
mv $BIN_DIR/start $BUILD_DIR/
|