mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
10 lines
114 B
Bash
Executable file
10 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# For docker
|
|
#
|
|
|
|
# cd to Rails root directory
|
|
cd "$(dirname "$0")"; cd ..
|
|
|
|
bin/update-repo
|
|
bin/robot
|