mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Ports: Add pfetch utility
This is a nice and small utility that prints system info based on POSIX interfaces only.
This commit is contained in:
parent
b17fef5133
commit
4abc2f669a
3 changed files with 17 additions and 0 deletions
10
Ports/pfetch/patches/use-bash.patch
Normal file
10
Ports/pfetch/patches/use-bash.patch
Normal file
|
@ -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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue