1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 08:35:07 +00:00
serenity/Ports/pfetch/patches/use-bash.patch
Liav A 4abc2f669a Ports: Add pfetch utility
This is a nice and small utility that prints system info based on POSIX
interfaces only.
2022-01-01 17:35:17 +00:00

10 lines
172 B
Diff

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.