Madhuslista commited on
Commit
91ab7d8
·
1 Parent(s): 7c0868e

Feature: Add CLI file for manage git HTTP HF paradigm

Browse files
Files changed (1) hide show
  1. hf_cli.sh +17 -0
hf_cli.sh ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/zsh
2
+ # -*- coding: utf-8 -*-
3
+
4
+
5
+ # -->> Tunables <<---------------------
6
+
7
+
8
+ # -->> Definitions <<------------------
9
+
10
+
11
+ # -->> API <<--------------------------
12
+
13
+
14
+ # -->> Execute <<----------------------
15
+
16
+
17
+ # -->> Export <<-----------------------