Skip to content

sjau/pastesl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pastesl

Bash script to make a paste at the simply linux pastebin

Usage

Run the script as follows:

pastesl /path/to/file

You will then be asked for how long the paste should be available and what syntax highlighting should be used

Installation

Nixos

There's a pastesl.nix provided. Copy that to your /etc/nixos folder. Then edit your configuration.nix and find the following block:

environment.systemPackages = with pkgs; [
];

add between the [ ] brackets the following line

(pkgs.callPackage ./pastesl.nix {})

Other Distros

Download the pastesl script, move it to /usr/bin/, make it executable.

About

Bash script to make a paste at the simply linux pastebin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published