WhiteSur-gtk-theme/clean-git.sh

17 lines
218 B
Bash
Raw Permalink Normal View History

2025-02-09 17:15:26 +01:00
#! /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!"