6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
git checkout -b $(slugify "$@")
|