diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-29 01:55:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-29 01:55:23 -0700 |
commit | a814d5a4e5d24f13e1832abd31428fdd5dab8e35 (patch) | |
tree | e96cc0b4b6fe9e95781646d4709b0c60abb64994 /home/xyz/.local | |
parent | c2a4e3742bd0693a305cab358d94afbed8181ab2 (diff) |
better mmi
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/mmi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mmi b/home/xyz/.local/bin/mmi index 959dd323..e8df3f1e 100755 --- a/home/xyz/.local/bin/mmi +++ b/home/xyz/.local/bin/mmi @@ -1,7 +1,8 @@ #!/bin/sh mi () { - sudo make -B install + make -B + sudo make install } origin="$PWD" |