Skip to content

Commit 7a8c822

Browse files
committed
fix syntax error, remove double pipe
1 parent 4dbd8a6 commit 7a8c822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ alias cdate="date '+%Y%m%d%H%M%S'"
3131

3232
# psuedo-random, insecure password generator
3333
prpg() {
34-
echo -n $RANDOM | openssl sha1 -binary | base64 | tr -d '/+=' | | cut -c-16
34+
echo -n $RANDOM | openssl sha1 -binary | base64 | tr -d '/+=' | cut -c-16
3535
}
3636

3737
reset_known_host() {

0 commit comments

Comments
 (0)