diff options
author | Liav A <liavalb@gmail.com> | 2021-12-24 18:38:15 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-01 17:35:17 +0000 |
commit | 4abc2f669a8b0ca48fd2287403acb5ef32b982b4 (patch) | |
tree | 25d5e9fd5f1e1eb850318a70979979aa37f3287c /Ports/pfetch/patches | |
parent | b17fef513383b595ff37447aa43dc0b8449e751c (diff) | |
download | serenity-4abc2f669a8b0ca48fd2287403acb5ef32b982b4.zip |
Ports: Add pfetch utility
This is a nice and small utility that prints system info based on POSIX
interfaces only.
Diffstat (limited to 'Ports/pfetch/patches')
-rw-r--r-- | Ports/pfetch/patches/use-bash.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/pfetch/patches/use-bash.patch b/Ports/pfetch/patches/use-bash.patch new file mode 100644 index 0000000000..ee3d57962f --- /dev/null +++ b/Ports/pfetch/patches/use-bash.patch @@ -0,0 +1,10 @@ +diff --git a/pfetch b/pfetch +index d47b878..d8f98ba 100755 +--- a/pfetch ++++ b/pfetch +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + # + # pfetch - Simple POSIX sh fetch script. + |