11 lines
134 B
Bash
11 lines
134 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
ISODATE=$(date -I)
|
||
|
|
get_changed_files
|
||
|
|
|
||
|
|
source ~/.bashrc.d/solus-monorepo-helpers.sh
|
||
|
|
|
||
|
|
get_changed_files ()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|