mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-01 10:26:49 +00:00
17 lines
218 B
Bash
Executable File
17 lines
218 B
Bash
Executable File
#! /usr/bin/env bash
|
|
#
|
|
# Clean ignored files
|
|
#
|
|
|
|
# TODO: integrate with Bridge.sh
|
|
|
|
git clean -d -f -X
|
|
git add .
|
|
|
|
! command -v beautysh && sudo pip install beautysh
|
|
beautysh -i 2 -s paronly *.sh
|
|
|
|
git add .
|
|
|
|
echo "DONE!"
|