diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-24 10:36:00 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-24 10:36:00 -0700 |
commit | 66338e2df08ceab04e30e89012811678ff4fdcf6 (patch) | |
tree | d1a36a58ae54719a96a5d1111f0cbbf254b7482a /.local | |
parent | df62744121bff85897eda3d756e032faf2ea2c1d (diff) |
new qmake make make install script, increase bash hist to 4000
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/qmmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/qmmi b/.local/bin/qmmi new file mode 100755 index 00000000..9427ea24 --- /dev/null +++ b/.local/bin/qmmi @@ -0,0 +1,5 @@ +#/bin/sh + +qmake +make -B +sudo make install |