7 lines
69 B
Text
7 lines
69 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -o pipefail
|
||
|
|
||
|
git checkout -b $(slugify "$@")
|