save this and run or just copy and paste into terminal:
#!/bin/bash
mkdir ~/flashinstaller && cd ~/flashinstaller
apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common...
Type: Posts; User: micawber; Keyword(s):
save this and run or just copy and paste into terminal:
#!/bin/bash
mkdir ~/flashinstaller && cd ~/flashinstaller
apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common...
mastodongle, here's an easier way to toggle first letter caps, no need for if/else or variables ;)
#! /usr/bin/perl
# usage: perl <filename.pl> <userlist>
while (<>) {
...