mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
bundle install
|