Skip to content

ryotako/fish-let

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish-let

Build Status Slack Room

Just a wrapper for bash's let command

Install

With fisherman

fisher ryotako/fish-let

Usage

Use in the same way as let command for bash, but a variable named argv is not acceptable.

set -l foo 0
let foo++
let foo+=3
let foo=$foo%3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages