You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2022/06/21 17:37:21 UTC

[royale-pelican-website] branch main updated: Delete shell.sh

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/royale-pelican-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8747517  Delete shell.sh
8747517 is described below

commit 8747517eb846046a3f78d54423a11bd713eb4052
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Tue Jun 21 14:37:18 2022 -0300

    Delete shell.sh
    
    not needed
---
 shell.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/shell.sh b/shell.sh
deleted file mode 100755
index c8d26a4..0000000
--- a/shell.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-echo $PWD
-
-echo 'EZMD'
-find . -name "*.ezmd"
-echo 'MD'
-find . -name "*.md"