Remove bash file that chanced PlaceholderText to Text

This commit is contained in:
Phil Olynyk 2019-06-21 09:23:39 -04:00
parent cb68e48bda
commit 41efbcab38

View File

@ -1,8 +0,0 @@
#!/bin/bash
#
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
sed -i s/PlaceholderText/Text/ mainwindow.ui
#