dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

xpwgen (190B)


      1 #!/bin/bash
      2 
      3 function make_stripped_password(){
      4     python3 -c """
      5 import sys
      6 print(sys.stdin.read().strip(), end='')
      7 """ <<EOF
      8 $( pwgen -B1 16 )
      9 EOF
     10 }
     11 
     12 make_password | pee 'xsel' 'xsel -b'