6 lines
161 B
Bash
Executable file
6 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# changed_templates.sh
|
|
|
|
/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m'
|
|
git fetch --depth 200 git://github.com/voidlinux/void-packages.git master
|