Skip to content

OriRoth/BashfulJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BashfulJ

Annotation processor running bash commands at compile-time.

@Bash("fortune | cowsay")
public class Main {
	public static void main(String[] args) {
		System.out.println(Bashing.output);
	}
}
/* Output is:
 ____________________________________
/ Don't kiss an elephant on the lips \
\ today.                             /
 ------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
*/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages