🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 01:54:20 | PHP 8.2.32
📂
/ (Root)
/
opt
/
cpanel
/
ea-nodejs16
📍 /opt/cpanel/ea-nodejs16
🔄 Refresh
✏️
Editing: remove_pwsh.pl
Read Only
use strict; use warnings; my @files = split (/\n/, `find . -type f -print`); foreach my $file (@files) { my $first_line = `head -n 1 $file`; if ($first_line =~ m/env\s+pwsh/) { print "Removing file $file\n"; unlink $file; } }
💾 Save Changes
❌ Cancel