...
Info |
---|
|
Code Block |
---|
[root@workspace-vm workspace]# git clone https://github.com/Sanses/sanse-reactive-link-shortener-sample-app.git Cloning into 'sanse-reactive-link-shortener-sample-app'... remote: Enumerating objects: 79, done. remote: Counting objects: 100% (79/79), done. remote: Compressing objects: 100% (67/67), done. remote: Total 79 (delta 17), reused 45 (delta 3), pack-reused 0 Unpacking objects: 100% (79/79), done. [root@workspace-vm workspace]# [root@workspace-vm workspace]# [root@workspace-vm workspace]# ls sanse-reactive-link-shortener-sample-app [root@workspace-vm workspace]# cd sanse-reactive-link-shortener-sample-app/ [root@workspace-vm sanse-reactive-link-shortener-sample-app]# [root@workspace-vm sanse-reactive-link-shortener-sample-app]# [root@workspace-vm sanse-reactive-link-shortener-sample-app]# ls -al total 40 drwxr-xr-x. 6 root root 172 May 7 12:17 . drwxr-xr-x. 3 root root 54 May 7 12:17 .. drwxr-xr-x. 8 root root 163 May 7 12:17 .git -rw-r--r--. 1 root root 268 May 7 12:17 .gitignore -rw-r--r--. 1 root root 77 May 7 12:17 lombok.config drwxr-xr-x. 3 root root 21 May 7 12:17 .mvn -rwxr-xr-x. 1 root root 9113 May 7 12:17 mvnw -rw-r--r--. 1 root root 5810 May 7 12:17 mvnw.cmd -rw-r--r--. 1 root root 3116 May 7 12:17 pom.xml -rw-r--r--. 1 root root 951 May 7 12:17 README.md drwxr-xr-x. 4 root root 30 May 7 12:17 src [root@workspace-vm sanse-reactive-link-shortener-sample-app]# |
...